'Declaration
Public Function New( _ ByVal count As Integer, _ ByVal defaultLength As T, _ Optional ByVal partitionLength As Integer _ )
public C1LengthList<T>( int count, T defaultLength, int partitionLength )
Parameters
- count
- The number of items.
- defaultLength
- The default length of every item.
- partitionLength
- Specifies the length of the memory blocks used to store the items.